home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libwmf0.2-7.postinst < prev    next >
Text File  |  2007-05-06  |  320b  |  15 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installdefoma
  4. if [ "$1" = "configure" ]; then
  5.  
  6.   test -x /usr/bin/defoma-app && /usr/bin/defoma-app update libwmf0.2-7
  7.  
  8. fi
  9. # End automatically added section
  10. # Automatically added by dh_makeshlibs
  11. if [ "$1" = "configure" ]; then
  12.     ldconfig
  13. fi
  14. # End automatically added section
  15.